fogito-core-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.39 • Public • Published

Fogito Core UI

Fogito Core UI

✨ Features

  • 🌈 Enterprise-class UI designed for web applications.
  • 📦 A set of high-quality React components out of the box.
  • 🛡 Written in TypeScript with predictable static types.
  • ⚙️ Whole package of design resources and development tools.

📦 Installation

npm install fogito-core-ui

🔨 Usage

import TextArea from "fogito-core-ui/build/components/form/TextArea";

return <TextArea value={value} onChange={(e) => setValue(e.target.value)} />;

And import styles in index.js:

import "fogito-core-ui/build/style.css";

📄 Documentation

TypeScript

fogito-core-ui is written in TypeScript with complete definitions.

Documentation tree

  • Components
    • Common - components that frequently used
    • Core - components that used for generating layout
    • Error - components that used for handling errors
    • Form - components that used for handling form elements
  • Contexts
  • Hooks
  • Library

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

🌍 License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i fogito-core-ui

Weekly Downloads

1

Version

1.0.39

License

MIT

Unpacked Size

596 kB

Total Files

109

Last publish

Collaborators

  • rustam_fetullayev