The Neutron star ui is a React UI library for inspired from Material 3 Design.
Use the package manager yarn to install The neutron star ui.
npm install @masummillat/the-neutron-star-ui
yarn add @masummillat/the-neutron-star-ui
import "@masummillat/the-neutron-star-ui/dist/esm/index.css";
Or
import "@masummillat/the-neutron-star-ui/dist/cjs/index.css";
import { Button } from '@masummillat/the-neutron-star-ui';
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.