- Right now I have move to use mono package with modern technology see in next-dev repo
A React UI library custom styles and extend from Ant Design.
This library is under development and propose for use in internal team only. But if you think it have benefit for you we can use it. thanks you
For who want make a react library you see here: - [Library Starter](https://github.com/rimsila/next-dev-component/tree/typescript-react-storybook-sass-library-starter)
- 🌈 Enterprise-class UI designed for web applications.
- 🛡 Written in TypeScript with predictable static types.
- 🎨 Powerful theme customization in every detail.
yarn add next-dev-component
Or
npm i --save next-dev-component
import { NextButton13 } from 'next-dev-component';
or
import NextButton13 from 'next-dev-component/lib/components/NextButton13'; //code splitting for optimize bundle size
const App = () => (
<>
<NextButton13 label="Button" />
</>
);
Next Component
is written in TypeScript with complete definitions, check Use in TypeScript to getting started.