wand-ou / react-mobile-ui

A react mobile components lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-mobile-ui

πŸ“± A mobile component library based on the React framework

document

✨ Feature

  • πŸ’Ž A set of high-quality React components out of the box.
  • πŸ’ͺ Written in TypeScript, providing a complete type definition.
  • πŸ“ Provide complete documentation.
  • 😎 Support on-demand import and Tree Shaking.
  • ⚑️ Support Vite and Webpack.
  • 🌡 Modern browsers.
  • 🌝 Support SSR.

Installation

$ npm install @taoyage/react-mobile-ui --save
or
$ pnpm install @taoyage/react-mobile-ui
or
$ yarn install @taoyage/react-mobile-ui

Code Snippet

import ReactDOM from 'react-dom/client';
import { Button } from '@taoyage/react-mobile-ui';

function App() {
  return <Button>Default Button</Button>;
}

ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(<App />);

About

A react mobile components lib

License:MIT License


Languages

Language:TypeScript 79.7%Language:SCSS 16.2%Language:JavaScript 4.0%Language:Shell 0.1%Language:HTML 0.0%