1.0.2 • Published 1 year ago

kosmozshark v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

kosmozshark

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save kosmozshark

Usage

import React from 'react';
import { Button } from 'kosmozshark';
import "./button.css"
import 'kosmozshark/dist/index.css';

const App = () => {
 return(
<div>

<Button type="button" buttonStyle="btn--primary--solid" buttonSize="btn--medium">Click</Button>
<Button type="button" buttonStyle="btn--danger--outline" buttonSize="btn--medium"> Click</Button>
<Button type="button" buttonStyle="btn--warning--link" buttonSize="btn--medium">Click </Button>
<Button type="button" buttonStyle="btn--success--dashed" buttonSize="btn--medium">Click</Button>

</div>
)}

export default App;

License

MIT © kozmoss