0.8.30 • Published 18 days ago

tinkiet v0.8.30

Weekly downloads
10
License
MIT
Repository
-
Last release
18 days ago

tinkiet

Is not ready for production. Do not use this library until you've been invited to do it or if you like things that changed ;)

See all components in action : https://tinkiet.educ.cloud

installation

# npm i tinkiet

or you can use the umd bundle :

<script src="https://unpkg.com/tinkiet/umd/tinkiet.min.js"></script>

What you shoud know about tinkiet

tk-theme

tk-theme provide a set of Custom CSS variables to provide "theme", you can define primary, onPrimary, accent, onAccent, foreground and background colors in HEX format and tk-theme create a set of lighter,light,dark,darker variants. You can inverted the created palette to have a night "mode". tk-theme style is not global, it's apply to inner webcomponents.

<tk-theme ?inverted=${this.inverted} primary="#044488" background="#F7F7F7" foreground="#454545">
    <main-app></main-app>
<tk-theme>

tk-box

almost everything is a tk-box !! and that means you gonna like it as your css will get smaller. tk-box is a container that provides a set of inline styling.

<tk-box padding="medium" radius="large" elevation="small" color="primary">Hello World</tk-box>

<tk-box direction="row" align-items="center"></tk-box>

tk-icon is a tk-box so you can apply margin, padding, ... using tk-box attributes :

<tk-icon padding="small" radius="circle" color="on-primary" background="primary" size="xxlarge" path="${mdiAirBalloonOutline}"></tk-icon>
0.9.1

18 days ago

0.8.30

11 months ago

0.8.20

11 months ago

0.8.4

1 year ago

0.8.6

1 year ago

0.8.12

1 year ago

0.8.14

1 year ago

0.8.10

1 year ago

0.8.16

1 year ago

0.8.18

1 year ago

0.8.2

1 year ago

0.7.2

1 year ago

0.7.4

1 year ago

0.7.0

2 years ago

0.5.2

2 years ago

0.7.6

1 year ago

0.7.8

1 year ago

0.6.2

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.8

2 years ago

0.3.0

2 years ago

0.3.8

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.2.80

2 years ago

0.4.10

2 years ago

0.2.70

2 years ago

0.4.12

2 years ago

0.4.4

2 years ago

0.4.6

2 years ago

0.4.0

2 years ago

0.4.2

2 years ago

0.2.62

2 years ago

0.2.66

2 years ago

0.2.64

2 years ago

0.2.60

2 years ago

0.2.51

2 years ago

0.2.50

3 years ago

0.2.40

3 years ago

0.2.46

3 years ago

0.2.44

3 years ago

0.2.42

3 years ago

0.2.30

3 years ago

0.2.32

3 years ago

0.2.22

3 years ago

0.2.20

3 years ago

0.2.18

3 years ago

0.2.16

3 years ago

0.2.14

3 years ago

0.2.12

3 years ago

0.2.8

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.0.12

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago