0.14.1 • Published 9 months ago

@crossed/styled v0.14.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Introduction

@Crossed/styled is here to streamline your styling workflow, offering the same ease of use as style-components but with a cross-platform twist. Additionally, CSS simplifies maintenance and scalability, allowing for consistent style changes and design expansion as the website evolves.

Installation

pnpm i @crossed/styled react-native-unistyles

Configuration

finish installation and configure react-native-unistyles, need help to configure react-native-unistyles ? look here

Getting Strated

All you need to do is import styled from @crossed/styled and a component from any of your favorite UI library Then style your component as you want and use it in your app as shown below

import { styled } from '@crossed/styled';
import { Text } from "react-native";

const TextStyled = styled(Text, {
  color: "red"
});

function App () {
  return <TextStyled>Hello World!</TextStyled>;
}

Go check our documentation to find more details.

Contribution

Want to Contribute to our project ? Check our contribution guide line

0.14.0-beta.23

9 months ago

0.14.0

9 months ago

0.14.1

9 months ago

0.14.0-beta.22

9 months ago

0.14.0-beta.20

9 months ago

0.14.0-beta.21

9 months ago

0.14.0-beta.18

9 months ago

0.14.0-beta.19

9 months ago

0.14.0-beta.13

1 year ago

0.14.0-beta.14

12 months ago

0.14.0-beta.12

1 year ago

0.14.0-beta.17

11 months ago

0.14.0-beta.15

11 months ago

0.14.0-beta.16

11 months ago

0.14.0-beta.11

1 year ago

0.14.0-beta.10

1 year ago

0.14.0-beta.9

1 year ago

0.14.0-beta.8

1 year ago

0.14.0-beta.7

1 year ago

0.14.0-beta.6

1 year ago

0.14.0-beta.5

1 year ago

0.14.0-beta.4

1 year ago

0.14.0-beta.3

1 year ago

0.14.0-beta.1

1 year ago

0.14.0-beta.2

1 year ago

0.14.0-beta.0

1 year ago

0.13.0

2 years ago

0.12.1

2 years ago

0.12.0

2 years ago

0.11.0

2 years ago

0.10.2

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago