Skip to content

StyledKit is a library that provides convenient tools for working with Styled Components and Linaria.

License

Notifications You must be signed in to change notification settings

Jekins/styled-kit

Repository files navigation

StyledKit

StyledKit is an innovative library designed specifically to make working with styled-components easier.

It provides convenient tools and features that allow developers to add modifiers to components quickly and efficiently, greatly speeding up the styling process.

Packages:

@styled-kit/mods - allows you to write modifiers for Styled Components and with autocomplete. As well as automatically generate for them typing.

export const StyledComponent = styled.div<Mod<'size'>>`
    ${mods.size.small`
        font-size: 14px;
    `};
    
    ${mods('size', 'small')`
        font-size: 14px;
    `};
`;

And many other options.

About

StyledKit is a library that provides convenient tools for working with Styled Components and Linaria.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published