Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 369 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 369 Bytes

Periwinkle UI

Installation

To use Periwinkle UI components, all you need to do is install the periwinkle-ui package

# npm
npm i periwinkle-ui

# yarn
yarn add periwinkle-ui

# pnpm
pnpm add periwinkle-ui
import { Button } from 'periwinkle-ui'

function App() {
  return <Button />
}

License

MIT © Dok6n