0.0.9 • Published 10 months ago

pink-flower-ui v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Installation

npm install --save pink-flower-ui
yarn add --save pink-flower-ui
pnpm add --save pink-flower-ui

Examples

import React from 'react';
import { Button } from 'pink-flower-ui';

const App = () => (
  <div className="App">
    <Button type="primary">Button</Button>
  </div>
);

export default App;

Docs

For docs, you should

clone the @pink-flower-ui/docs from https://www.npmjs.com/settings/pink-flower-ui/packages npm install npm run start

0.0.9

10 months ago

0.0.7

10 months ago

0.0.6-beta.0

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago