0.2.4 • Published 1 month ago

design_system_ovida v0.2.4

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

Project Name

This is a UI library built with React and Storybook.

Running the Project Locally

First, clone the repository to your local machine:

npm install

npm run storybook

This will start the Storybook server on your local machine, and you can navigate to http://localhost:6006 to view the components

Integrate Ui library

Require react >= 17.0.2

npm install design_system_ovida

import { ThemeProvider } from 'design_system_ovida/src';

export default function RootLayout({ children }: Props) { return ( {children} ) }

Wrap the ThemeProvider from the root layout then import other component then use inside it
0.2.4

1 month ago

0.2.1

1 month ago

0.2.0

1 month ago

0.1.9

1 month ago

0.2.3

1 month ago

0.2.2

1 month ago

0.1.8

1 month ago

0.1.7

2 months ago

0.1.4

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.3

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago