DIY Template Components
npm install diy-template-components- A UI design system for web applications.
- A set of high-quality React components out of the box.
- Written in TypeScript with predictable static types.
- Modern browsers and Internet Explorer 9+ (with polyfills)
IE9, IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions
``bash`
Add to package.json file dependency
"classplus-components": "^1.0.0"
`jsx`
import { TestComponent } from "classplus-components";
ReactDOM.render(
`js`
yarn start
`js`
yarn run build
`js`
yarn run test
`js``
yarn run storybook