1.0.18 • Published 4 years ago

teko-design v1.0.18

Weekly downloads
9
License
ISC
Repository
-
Last release
4 years ago

Teko Design System for Staff Web Apps

Extended from Ant Design

📖 Storybook and Documentation

https://design.teko.vn

📦 Install

yarn add teko-design

or

npm install teko-design

🔨 Usage

Change Branding Colors for Your Application

Set global variables for your app's branding colors, otherwise Design System will fallback to the default colors

const window.primaryColor = "#ee112e";
const window.secondaryColor= "#0674e8";

Import Component

import { Button } from 'teko-design';

const App = () => <Button type="primary">PRESS ME</Button>;
1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago