@commonsku/styles

Common React components by commonsku

Usage no npm install needed!

<script type="module">
  import commonskuStyles from 'https://cdn.skypack.dev/@commonsku/styles';
</script>

README

commonsku logo

@commonsku/styles

React components for faster and easier web development by commonsku.

https://www.commonsku.com/**

// 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",
}