Skip to content

godrix/react-native-dracula-ui

Repository files navigation

🚧[WIP] Dracula UI for React Native🚧

A dark-first collection of UI patterns and components.

disclaimer: this is a work in progress, and is not yet ready for production use.

Dracula UI

Dracula UI for react native is based on the Dracula Ui project.

🤔 Why

Most templates are built using light colors and later on adapted to dark colors. Dark themes shouldn't be an afterthought, they should be a top priority.

Our mission is to unleash the creative potential in every developer. We do that by providing modular components that can be used to build modern apps faster.

📖 Documentation

🚧 Work in progress 🚧

Example
Example

📦 Install

You can install Dracula UI for react native via npm or yarn.

npm install react-native-dracula-ui

yarn add react-native-dracula-ui

✨ Using with React

You can also use Dracula UI with React by importing the JS package.

import { Box, Text, Heading, Anchor } from 'react-native-dracula-ui';

function App() {
  return <Heading size="2xs" color="purple">Software Developer</Heading>
}

export default App;

✏️ License

react-native-dracula-ui is MIT licensed and built with ❤️ in 🇧🇷 by Godrix

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published