0.0.5 • Published 5 years ago

@c8s/layer v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@c8s/layer

github npm:version typescript license browserslist code style:prettier

Usage

/**
 * As to prepare of using the `Layer`
 * 
 * ```bash
 * yarn add @c8s/layer react @types/react styled-components @types/styled-components
 * ```
 */
import Layer from '@c8s/layer';

Example

() => (
  <Layer>
    <Layer.heading>H1</Layer.heading>
      <Layer>
        <Layer.heading>H2</Layer.heading>
        <Layer>
          <Layer.heading>H3</Layer.heading>
          {/* ..H3..H4.... */}
        </Layer>
      </Layer>
  </Layer>
);

Contributors

Thanks goes to these wonderful people (emoji key):

純📖Aki-Japan📖

This project follows the all-contributors specification. Contributions of any kind welcome!

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago