1.0.5 • Published 5 years ago
teemsly v1.0.5
Teemsly UI Component is react component libraries for enterprise system products, easy to use and customizable.
Supported Platforms
Browser
Teemsly Component supports the latest, stable releases of all major browsers and platforms. IE<=9 is no longer supported.
| IE | Edge | Firefox | Chrome | Safari |
|---|---|---|---|---|
| >=11 | >=14 | >= 45 | >= 49 | >= 10 |
Supported development environment
- Supports React 17 +
- Supports TypeScript
Installation
Teemsly is available as an npm package.
npm i teemsly --saveor if you prefer Yarn
yarn add teemslyUsage
Here's a simple example
import { Button } from 'teemsly';
import 'teemsly/dist/styles/teemsly-default.css';
ReactDOM.render(<Button>Button</Button>, mountNode);Documentation
Teemsly documentation is coming soon...
Changelog
Detailed changes for each release are documented in the release notes
Development
UI-Driven Development
- Fork
https://github.com/teemsly/teemslythis repo.
$ git clone git@github.com:<YOUR NAME>/teemsly.git- Install it and run
$ npm i
$ gulp dev
$ gulp buildLess
$ npm run storybook- Your show time. Open url http://127.0.0.1:6006/ in browser.
Supporting Teemsly
If you like Teemsly Component, you can show your support by contact us on email at opensource@teemsly.com
1.0.3-beta.0
5 years ago
1.0.3-beta.2
5 years ago
1.0.3-beta.1
5 years ago
1.0.3-beta.4
5 years ago
1.0.3-beta.3
5 years ago
1.0.3-beta.6
5 years ago
1.0.5
5 years ago
1.0.3-beta.5
5 years ago
1.0.4
5 years ago
1.0.3-beta.7
5 years ago
1.0.3
5 years ago
1.0.0
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago