Skip to content

Releases: atomicojs/formilk

make visible font-size, color, color-bg, gap and padding of the button component

03 Feb 14:00
Compare
Choose a tag to compare

Example:

.button{
    --font-size: 1rem;
    --color: blue;
    --color-bg: black;
    --gap: 1rem;
    --padding: 1rem;
}

fix fixed icon --size on host

02 Feb 16:38
Compare
Choose a tag to compare
0.13.5

fix fixed icon --size on host

fix button size prefix(CssProp)

02 Feb 16:22
Compare
Choose a tag to compare
0.13.4

the css prop --size define the size of the button

Fix button component

02 Feb 02:59
Compare
Choose a tag to compare
0.13.3

fix button component

Fix textarea component

02 Feb 02:50
Compare
Choose a tag to compare
0.13.2

Fix textarea

Fix attr vertical

01 Feb 19:31
Compare
Choose a tag to compare
0.13.1

fix attr vertical

The textarea component is added

01 Feb 19:06
Compare
Choose a tag to compare

Add input-file

24 Jan 19:37
Compare
Choose a tag to compare

Fix font-size tokens

12 Jan 03:02
Compare
Choose a tag to compare
0.10.1

fix font-size tokens

add fm-text

12 Jan 02:51
Compare
Choose a tag to compare

experimental component that allows to keep the appearance of the text between shadowDOM.

<fm-text> bla bla bla... </fm-text>

Props

  1. color: "primary" | "secondary" | "neutral" | "neutral-75" | "neutral-50"
  2. heading: boolean change the text size
  3. light: boolean
  4. medium: boolean
  5. bold: boolean
  6. outline: boolean