css-classes-helper
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

CSS CLASSES HELPER

Examples

With Styled Components

import { pf } from 'css-classes-helper';

const StyledField = styled.div.attrs({ className: 'field' })`
  ${pf`flex flex-row justify-content-end`}

  color: red;
  display: flex;

  & > .pepe {
    ${pf`bg-blue-500`}
    color: green;
  }
`;

Readme

Keywords

none

Package Sidebar

Install

npm i css-classes-helper

Weekly Downloads

0

Version

0.1.5

License

ISC

Unpacked Size

59.3 kB

Total Files

34

Last publish

Collaborators

  • santimedia01