1.0.20 • Published 2 years ago

fogito-js-core v1.0.20

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

✨ 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";

const App = () => {
  const [text, setText] = React.useState("");
  return <TextArea value={text} onChange={(e) => setText(e.target.value)} />;
};

And add style link manually:

<link rel="stylesheet" href="https://app.fogito.com/assets/css/style.min.css" />

TypeScript

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

🤝 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

ISC