1.8.0 • Published 9 months ago
@crossed/primitive v1.8.0
Introduction
@Crossed/primitive is here to give you the freedom to create hight end custom component without worrying about accessibility. Create function in @crossed/primitive already handle all this logic for you. Provide some component to our function and let the magic happen.
Installation
pnpm i @crossed/primitive
Getting Strated
All you need to do is import your desired create function from @crossed/primitive and use it with the appropriate arguments more details can be found for each create function on our documentation documentation
import { createLabel } from '@crossed/primitive';
const MyRoot = () => {
return (
//your desired Root component
)
}
const MyInput = () => {
return (
//your desired Input component
)
}
const MyLabelText = () => {
return (
//your desired text label component
)
}
const MyLabel = createLabel({MyRoot, MyInput, MyLabelText})
Contribution
Want to Contribute to our project ? Check our contribution guide line
1.8.0
9 months ago
1.8.0-beta.5
11 months ago
1.8.0-beta.4
11 months ago
1.8.0-beta.3
1 year ago
1.7.1-beta.2
1 year ago
1.7.1-beta.1
1 year ago
1.7.1-beta.0
1 year ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago