0.4.0 • Published 4 years ago

@stephenvector/prefab v0.4.0

Weekly downloads
23
License
MIT
Repository
github
Last release
4 years ago

Prefab

Build Status codecov Greenkeeper badge FOSSA Status

A set of themeable UI components for React projects. Built with accessibility in mind. Uses styled-components for styling.

Components

Layout & Presentation

Container

<Container fullWidth={boolean}>{...}</Container>
PropTypeDefault
fullWidthbooleanfalse

<Row />

  • <Column />
  • <Table />
  • <Box />
  • <Padding />

Typography

  • <H1>
  • <H2>
  • <H3>
  • <H4>
  • <H5>
  • <H6>
  • <Display1>
  • <Display2>
  • <Display3>
  • <Display4>

Form Controls

  • <Label />
  • <Input />
  • <Button />
  • <ButtonGroup />
  • <ColorPicker />
  • <Slider />
  • <Carousel />
  • <Date Picker />
  • <Select />
  • <Radio />
  • <Checkbox />

Status Indicators

  • <ProgressBar />
  • <Loading />

Usage

  • Control the component returned using as attribute: <H1 as="div">Heading One Style Without H1 Tag</H1>

License

FOSSA Status

Tests

Functional tests performed courtesy of BrowserStack.

0.4.0

4 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.0.1

5 years ago