1.0.2 • Published 5 years ago

@michedot/t2-ui-kit v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Example

import Button from 't2-ui-kit/button';

or 

import { Button } from 't2-ui-kit';


<Button onClick={ onClick }>Primary</Button>


"test": "jest --config jestconfig.json",
"prepare" : "npm run build",
"prepublishOnly" : "npm test && npm run lint",
"preversion" : "npm run lint",
"version" : "npm run format && git add -A src",
"postversion" : "git push && git push --tags",



"tele2-core-styles": "3.1.1"
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago