Migrated to CPK-UI
Dooboo-ui is a collection of React Native UI components developed by dooboolab. The components in this library follow a Neutral Design style. While some of the UI components are not fully documented, a demo is available to showcase all the components. There is also a Storybook available for running the components in a local environment. The project is open to sponsorship and backers.
To install the Dooboo-ui theme, use the following code snippets:
npm install dooboo-ui
import { Button, Card, TextInput } from 'dooboo-ui';
export const App = () => {
return (
<View>
<Card>
<TextInput placeholder="Type something..." />
<Button title="Submit" onPress={() => console.log("Submitted")} />
</Card>
</View>
);
}
Dooboo-ui is a library of React Native UI components with a Neutral Design style. It provides a demo to showcase all the components and a Storybook for running the components locally. The project is open to sponsorship and backing.