Dooboo UI screenshot

Dooboo UI

Author Avatar Theme by Hyochan
Updated: 26 Dec 2024
95 Stars

Migrated to CPK-UI

Categories

Overview

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.

Features

  • React Native UI components
  • Neutral Design style
  • Demo to showcase all components
  • Storybook for running components locally
  • Open to sponsorship and backing

Installation

To install the Dooboo-ui theme, use the following code snippets:

  1. Install the package via npm:
npm install dooboo-ui
  1. Import the required components into your project:
import { Button, Card, TextInput } from 'dooboo-ui';
  1. Use the components in your React Native code:
export const App = () => {
  return (
    <View>
      <Card>
        <TextInput placeholder="Type something..." />
        <Button title="Submit" onPress={() => console.log("Submitted")} />
      </Card>
    </View>
  );
}

Summary

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.