1.0.4 ā€¢ Published 8 months ago

ioeri-components v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

Become a contributor

License

MIT

Ā© ioeridev

1.0.4

8 months ago

1.0.35

8 months ago

1.0.3

8 months ago

1.0.25

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago