README
@commonsku/styles
React components for faster and easier web development by commonsku.// with npm
npm install @commonsku/styles
Styleguide
// with npm
npm run styleguide
You can also check out the src/App.tsx to see how to import in your projects
Testing
Local development
yarn start
From local
// add absolute path to package.json
"dependencies": {
"@commonsku/styles": "/abosolute/path/commonsku-styles",
}
From github
// add absolute path to package.json
"dependencies": {
"@commonsku/styles": "commonsku/commonsku-styles#branch-name",
}
From npm
// add absolute path to package.json
"dependencies": {
"@commonsku/styles": "^1.0.0",
}