Releases: atomicojs/formilk
Releases · atomicojs/formilk
make visible font-size, color, color-bg, gap and padding of the button component
Example:
.button{
--font-size: 1rem;
--color: blue;
--color-bg: black;
--gap: 1rem;
--padding: 1rem;
}
fix fixed icon --size on host
0.13.5 fix fixed icon --size on host
fix button size prefix(CssProp)
0.13.4 the css prop --size define the size of the button
Fix button component
0.13.3 fix button component
Fix textarea component
0.13.2 Fix textarea
Fix attr vertical
0.13.1 fix attr vertical
The textarea component is added
Add input-file
Fix font-size tokens
0.10.1 fix font-size tokens
add fm-text
experimental component that allows to keep the appearance of the text between shadowDOM.
<fm-text> bla bla bla... </fm-text>
Props
color: "primary" | "secondary" | "neutral" | "neutral-75" | "neutral-50"
heading: boolean
change the text sizelight: boolean
medium: boolean
bold: boolean
outline: boolean