Releases: dopplr-labs/tail-kit
Releases · dopplr-labs/tail-kit
v0.1.14
Features
- Reduced bundle size by replacing lodash with custom utils
- Switched to tailwindcss JIT mode
- Disable prop in Switch component
- Appropriate cursors in Switch component
Bug Fixes
- fixes in avatar component
- fixed ci-cd issues caused due to storybook
Updates
- Updated tailwindcss to v2.2.4
- Updated postcss to v8.3.5
- Updated autoprefixer to v10.3.1
- Updated storybook to v6.3.4
v0.1.12 -> Introducing Form
We are introducing Form component in this version.
Usage
<Form>
<Form.Item label="Enter Email" name="emali">
<Input placeholder="Enter your email address" />
</Form.Item>
<Form.Item label="Password" name="password">
<Input type="password" placeholder="Enter your password" />
</Form.Item>
</Form>
Form component comes with Form validation, rendering error messages, disable submit button and lot more!!!
To learn about all the functionality, visit: https://tail-kit.netlify.app/?path=/docs/data-entry-form--basic
v0.1.11
Merge pull request #26 from dopplr-labs/feature/toast feature/toast