ioeri-components
v1.0.4
Published
Functional React components library package module
Downloads
282
Maintainers
Readme
ioeri #1
For "leading", pronounced /yori/, 🔊
like "iori" (spoken Yoruba).
ioeri-components
ioeri-components ui repository
Functional React - Next.js components library package module.
Required
*React library
*Next.js ^13.3.0
Installation ioeri-components ui:
using npm
npm install ioeri-components@latest
using yarn
yarn add ioeri-components@latest
- ioeri-components is a hight functionality ui component structure with minimal styling.
- You can best style each component layout using classNames.
- Very friendly if you use utility or vanilla style.
- We created a simple logic to combine only a few selected components or
Polymorphic Valid Components Property's
. - Summarize several different components into one basic component according to the calling of the component name which will be followed by the default property.
*Note:
Import from ioeri-components
:
Sometimes some cases the editor will give you a suggestion to import a component from 'ioeri-components/lib/components/[Component]'
or 'ioeri-components/lib'
and it is wrong,
then switch path to 'ioeri-components'
Sample:
import { Animated, Core, NextButton } from 'ioeri-components/lib/components/NextButton';
import { Animated, Core, NextButton } from 'ioeri-components/lib';
fix in
import { NextButton } from 'ioeri-components';
Polymorphic Valid Components Property's
One component that you can change into several other components as needed with the same style.
🚨
In practice, some of our syntax/code approach may be incompatible with the library and version you are using.
🏗️
You can join for testing or take part in providing updates.
Contributors
License
MIT