Skip to content

ureca-final/pov-design-system

Repository files navigation

Pov's Design Systems

A design system library for POV(point-of-views), a movie social service.

Installation

$ npm install pov-design-system
# or
$ yarn add pov-design-system

Getting started

To start using the components, first wrap your application in a provider provided by pov-design-system

import { PovProvider } from 'pov-design-system';

const App = ({ children }) => {
  return <PovProvider>{children}</PovProvider>;
};

After adding the provider, now you can start using components like this.

import { Button } from 'pov-design-system';

function App() {
  return (
    <Button variant="primary" size="large">
      Hello World
    </Button>
  );
}

🔗 Links

⚙️ How to run a development environment

git clone https://github.com/eureka-final/pov-design-system
npm install
npm run storybook

Contributors

김다연 신혜민 박주광

About

pov 디자인 시스템(deprecated)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •