diy-template-components
Version:
DIY Template Components
66 lines (40 loc) • 987 B
Markdown
# diy-template-components
DIY Template Components
## ✨ Features
- 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.
## 🖥 Environment Support
- Modern browsers and Internet Explorer 9+ (with [polyfills](https://github.com/paulmillr/es6-shim))
IE9, IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions
## 📦 Install
```bash
Add to package.json file dependency
"classplus-components": "^1.0.0"
```
## 🔨 Usage
### ES6
```jsx
import { TestComponent } from "classplus-components";
ReactDOM.render(<TestComponent />, mountNode);
```
### UMD
### Typescript
# Classplus Components Development & Deployment
## ✨ Development
```js
yarn start
```
## 📦 Build (UMD+ES6) UI Components Library
```js
yarn run build
```
## 🔨 Tooling
### Test
```js
yarn run test
```
### StoryBook
```js
yarn run storybook
```