Skip to content

Latest commit

 

History

History
 
 

design-system

Neufund Design System

UI components, icons and styles for the Neufund Design System.

Usage

  • 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";

To build

yarn build

To run StoryBook

yarn storybook