0.9.14-alpha.0 ⢠Published 6 years ago
@calderajs/components v0.9.14-alpha.0
q# Shared Components Library
- šš Documentation
- šš¤· Need Help?
- šš Express Gratitude
Install
yarn add @calderajs/forms
Fields
These are thing wrappers around Gutenberg components.
Import With webpack
import {
RemotePost,
TextAreaField,
ToggleField,
RadioField,
FieldWrapper,
FieldSet,
SelectField,
InputField,
RichText,
MagicRichText
} from '@calderajs/components';
Grid Components
ššDocumentation
Factories
šš Documentation
Test Fixtures
This package also exports fixtures for testing columns and fields.
Field Fixtures
import {factory} from "@calderajs/components";
const {
checkboxFieldset,
selectField,
checkboxField,
numberField,
textField,
emailField,
radioField,
toggleField,
textAreaField,
autoCompleteField
} = factory;
Rows and Columns
import {factory} from "@calderajs/components";
const {
formRowOne,
formRowTwo,
formRows,
notFormRow,
notFormRows
} = factory;
Testing
Run Unit Tests - Jest.
yarn tests
Run Storybooks
yarn storybook
- Run tests once for CI
yarn test:ci
Other Commands
- Lint code
yarn lint
- Build Package
yarn package
- The output is stored in the
dist
folder.
White Space!
0.9.14-alpha.0
6 years ago
0.9.12-alpha.3
6 years ago
0.9.10
6 years ago
0.9.8
6 years ago
0.9.7
6 years ago
0.9.6
6 years ago
0.9.5
6 years ago
0.9.4
6 years ago
0.9.0
6 years ago
0.8.4
6 years ago
0.8.3
6 years ago
0.7.3
6 years ago
0.7.2
6 years ago
0.7.1
6 years ago
0.7.0
6 years ago
0.6.4
6 years ago
0.6.3
6 years ago
0.6.2
6 years ago
0.6.0
6 years ago
0.5.1
6 years ago
0.5.0
6 years ago
0.4.0
6 years ago
0.3.0
6 years ago
0.2.0
6 years ago
0.1.7
6 years ago
0.1.5
6 years ago