A React component library, where buttons look like buttons
Moai is a React Component Library called Moai UI Kit. However, it is important to note that the project is no longer in active development and will be archived soon. The creators encourage users to build their own UI kit using foundations like Radix or Headless UI.
To install Moai, follow these steps:
npm install @moai/core
import { Button, Input } from '@moai/core';
function App() {
return (
<div>
<Button>Click me</Button>
<Input placeholder="Enter your name" />
</div>
);
}
Moai is a React Component Library called Moai UI Kit that provides ready-to-use components for building user interfaces in React. The project is no longer in active development and will be archived soon. It is recommended to build your own UI kit using foundations like Radix or Headless UI.