1.1.1 • Published 3 years ago
wolfuif v1.1.1
wolfui
Made with create-react-library
Install
npm install --save wolfui
Usage
import React, { ExampleComponent, Button } from 'react'
import Button from 'wolfui'
import 'wolfui/dist/index.css'
class Example extends Component {
render() {
return (
<>
<ExampleComponent text="wolfui" />
<Button text="Default Button" type="default" />
<Button text="Primary Button" type="primary" />
<Button text="Dashed Button" type="dashed" />
<Button text="Text Button" type="text" />
<Button text="Link Button" type="link" />
</>
)
}
}
License
MIT © Havvanur-Dogdu