1.0.5 • Published 3 years ago

teemsly v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm npm downloads

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.

IEEdgeFirefoxChromeSafari
>=11>=14>= 45>= 49>= 10

Supported development environment

Installation

Teemsly is available as an npm package.

npm i teemsly --save

or if you prefer Yarn

yarn add teemsly

Usage

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

  1. Fork https://github.com/teemsly/teemsly this repo.
$ git clone git@github.com:<YOUR NAME>/teemsly.git
  1. Install it and run
$ npm i
$ gulp dev
$ gulp buildLess
$ npm run storybook
  1. 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

3 years ago

1.0.3-beta.2

3 years ago

1.0.3-beta.1

3 years ago

1.0.3-beta.4

3 years ago

1.0.3-beta.3

3 years ago

1.0.3-beta.6

3 years ago

1.0.5

3 years ago

1.0.3-beta.5

3 years ago

1.0.4

3 years ago

1.0.3-beta.7

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago