Skip to content

Set of CSS classes representing specific CSS property values.

License

Notifications You must be signed in to change notification settings

hypersoftllc/qc-css-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@qc/css-properties

Build Status License Downloads

npm badge

Installation

npm install --save @qc/css-properties

or

yarn add @qc/css-properties

Example Usage

import CN from 'classnames'
import React from 'react'

// Use ONE of the following imports
import '@qc/css-properties/src/css-properties.css'
import '@qc/css-properties/dist/styles/css-properties.css'
import '@qc/css-properties/dist/styles/css-properties.min.css'

export default function MyComponent(props) {
  return (
    <div className={CN('MyComponent', 'display-flex', { hidden: !props.show })}>
      ...
    </div>
  )
}

Other Packages from QC

Maintainers

License

ISC

About

Set of CSS classes representing specific CSS property values.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages