New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-dracula-ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-dracula-ui

> A dark-first collection of UI patterns and components.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

🚧[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.

:thinking: 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.

:book: Documentation

🚧 Work in progress 🚧

Example
Example

:package: 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

:sparkles: 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;

:pencil2: License

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

Keywords

react-native

FAQs

Package last updated on 19 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts