0.1.9 • Published 1 year ago

@codedrop/button v0.1.9

Weekly downloads
17
License
MIT
Repository
github
Last release
1 year ago

@codedrop/button

npm

Button styles.

button  component

Installation

npm install @codedrop/button --save-dev

How to use

CSS

  • PostCSS workflow: @import '@codedrop/button';
  • Native CSS: @import url('dist/button.css');
  • Link tag: <link href="dist/button.css" rel="stylesheet" type="text/css">

Developer notes

To use with default values:

@import '@codedrop/button';

To override variables in a project:

@import '@codedrop/constants';

@import 'path/to/local/project/vars.css';

@import '@codedrop/button/src/_button.css';

.button {
  /* Overrides */
}
0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago