2.0.0 • Published 7 months ago

@crossed/primitive v2.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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.9.1

10 months ago

1.9.0

11 months ago

1.8.1

11 months ago

1.9.2

10 months ago

2.0.0

7 months ago

1.8.0

1 year ago

1.8.0-beta.5

1 year ago

1.8.0-beta.4

1 year ago

1.8.0-beta.3

1 year ago

1.7.1-beta.2

2 years ago

1.7.1-beta.1

2 years ago

1.7.1-beta.0

2 years 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