Skip to content

Commit

Permalink
chore: update repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Nov 29, 2023
1 parent 716b541 commit 2eebf2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ We take care of these details in atomic 'low-level' components like `Placeholder

With other form libraries you might find yourself repeatedly wiring them into recurring scenarios like checkbox multi select or radio group.
We've created highly reusable generic components which integrate the native components.
For example to select a value of generic type you can use the generic [RadioGroup](https://miroslavpetrik.github.io/form-atoms-field/?path=/docs/components-radiogroup--docs) or [Select](https://miroslavpetrik.github.io/form-atoms-field/?path=/docs/components-select--docs).
For example to select a value of generic type you can use the generic [RadioGroup](https://form-atoms.github.io/field/?path=/docs/components-radiogroup--docs) or [Select](https://form-atoms.github.io/field/?path=/docs/components-select--docs).

To select multiple values (array of values) you can use the generic [CheckboxGroup](https://miroslavpetrik.github.io/form-atoms-field/?path=/docs/components-checkboxgroup--docs) or [MultiSelect](https://miroslavpetrik.github.io/form-atoms-field/?path=/docs/components-multiselect--docs)
To select multiple values (array of values) you can use the generic [CheckboxGroup](https://form-atoms.github.io/field/?path=/docs/components-checkboxgroup--docs) or [MultiSelect](https://form-atoms.github.io/field/?path=/docs/components-multiselect--docs)

Lastly to capture a list of objects, you will find the [ListField](https://miroslavpetrik.github.io/form-atoms-field/?path=/docs/components-listfield--docs) handy.
Lastly to capture a list of objects, you will find the [ListField](https://form-atoms.github.io/field/?path=/docs/components-listfield--docs) handy.

## Docs

[The documentation](https://miroslavpetrik.github.io/form-atoms-field/) will be enough for any application work. (Eventually, as it's a work in progress).
[The documentation](https://form-atoms.github.io/field/) will be enough for any application work. (Eventually, as it's a work in progress).
For more generic and custom constructs you will need the original [`form-atoms` docs](https://github.com/jaredLunde/form-atoms).

## Fields
Expand Down Expand Up @@ -96,7 +96,7 @@ export const Form = () => {

`@form-atoms/field` comes pre-wired to popular UI libraries:

| 📦Package | 🎨 Storybook | About |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------ | ---------------------------------------------- |
| [flowbite](https://github.com/MiroslavPetrik/form-atoms-flowbite) | [Flowbite Fields](https://miroslavpetrik.github.io/form-atoms-flowbite/) | Bindigs to Tailwind component library Flowbite |
| [chakra-ui](https://github.com/MiroslavPetrik/form-atoms-chakra-ui) | 🚧 WIP | Bindings to CSS-in-JS library Chakra UI |
| 📦Package | 🎨 Storybook | About |
| ---------------------------------------------------- | --------------------------------------------------------- | ---------------------------------------------- |
| [flowbite](https://github.com/form-atoms/flowbite) | [Flowbite Fields](https://form-atoms.github.io/flowbite/) | Bindigs to Tailwind component library Flowbite |
| [chakra-ui](https://github.com/form-atoms/chakra-ui) | 🚧 WIP | Bindings to CSS-in-JS library Chakra UI |
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"version": "0.0.0-semantic-release",
"type": "module",
"author": "Miroslav Petrik <[email protected]>",
"homepage": "https://github.com/MiroslavPetrik/form-atoms-field#readme",
"homepage": "https://github.com/form-atoms/field#readme",
"repository": {
"type": "git",
"url": "https://github.com/MiroslavPetrik/form-atoms-field.git"
"url": "https://github.com/form-atoms/field.git"
},
"bugs": "https://github.com/MiroslavPetrik/form-atoms-field/issues",
"bugs": "https://github.com/form-atoms/field/issues",
"license": "MIT",
"keywords": [
"react last field",
Expand Down

0 comments on commit 2eebf2b

Please sign in to comment.