zooid-form-label

FormLabel

Usage no npm install needed!

<script type="module">
  import zooidFormLabel from 'https://cdn.skypack.dev/zooid-form-label';
</script>

README

zooid-form-label

Build Status Test Coverage Dependency status devDependency Status Slack Status

NPM

Install

npm install --save zooid-form-label

Props

Prop Type Default Description
className string Additional css classes to merge into the component
name string name attribute. Translates to htmlFor
required bool false Add a "*" for required fields

Example

import FormLabel from 'zooid-form-label'