UI components, icons and styles for the Neufund Design System.
- Add
@neufund/design-system
as a dependency to your package which exists in the Neufund workspace. - importing a component:
import { Button } from "@neufund/design-system";
- importing styles:
/* All styles are in dist/styles dir */
@import "~@neufund/design-system/dist/styles/bootstrap";
/* To import the whole theme */
@import "~@neufund/design-system/dist/styles/neufund-theme";
yarn build
yarn storybook