All Projects → joye61 → Clxx

joye61 / Clxx

Licence: mit
Some lightweight H5 components and features

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Clxx

Bankai
🚉 - friendly web compiler
Stars: ✭ 1,064 (+1246.84%)
Mutual labels:  css-in-js
Vue Styled Components
Visual primitives for the component age. A simple port for Vue of styled-components 💅
Stars: ✭ 1,114 (+1310.13%)
Mutual labels:  css-in-js
Stylelint
A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.
Stars: ✭ 9,350 (+11735.44%)
Mutual labels:  css-in-js
Styled Theming
Create themes for your app using styled-components
Stars: ✭ 1,067 (+1250.63%)
Mutual labels:  css-in-js
Tailwind Styled Component
Create Tailwind CSS React components like styled components with class names on multiple lines and conditional class rendering
Stars: ✭ 57 (-27.85%)
Mutual labels:  css-in-js
Flame
Component library for building Lightspeed products
Stars: ✭ 65 (-17.72%)
Mutual labels:  css-in-js
Shadow
collection of useful CLJS code
Stars: ✭ 47 (-40.51%)
Mutual labels:  css-in-js
Horror
😱 React HTML elements with CSS-in-JS
Stars: ✭ 78 (-1.27%)
Mutual labels:  css-in-js
Css In Js Utils
Useful utility functions for CSS in JS solutions
Stars: ✭ 61 (-22.78%)
Mutual labels:  css-in-js
Bss
🎨 Better Style Sheets
Stars: ✭ 72 (-8.86%)
Mutual labels:  css-in-js
Atomize
library for creating atomic react components
Stars: ✭ 54 (-31.65%)
Mutual labels:  css-in-js
Cabana React
A design system built especially for both Sketch and React. 💎⚛️
Stars: ✭ 58 (-26.58%)
Mutual labels:  css-in-js
Immutable Styles
A library for styling web interfaces with a focus on predictability and robustness. It uses immutability to remove side effects often tied to CSS, allowing UI bugs to be caught ahead of time!
Stars: ✭ 69 (-12.66%)
Mutual labels:  css-in-js
Twind
The smallest, fastest, most feature complete Tailwind-in-JS solution in existence.
Stars: ✭ 1,051 (+1230.38%)
Mutual labels:  css-in-js
Styled Components Rhythm
Vertical Rhythm and Font Baselines with Styled Components
Stars: ✭ 76 (-3.8%)
Mutual labels:  css-in-js
Treat
🍬 Themeable, statically extracted CSS‑in‑JS with near‑zero runtime.
Stars: ✭ 1,058 (+1239.24%)
Mutual labels:  css-in-js
Rosebox
CSS in Typescript
Stars: ✭ 62 (-21.52%)
Mutual labels:  css-in-js
Moo Css
模块化面向对象的css写法规范策略。适用于大中小型C端项目样式开发,旨在提高开发和维护效率。
Stars: ✭ 79 (+0%)
Mutual labels:  css-in-js
React Jss
JSS integration for React (Migrated to a Monorepo it JSS repository)
Stars: ✭ 1,212 (+1434.18%)
Mutual labels:  css-in-js
Css In Js Precompiler
WORK IN PROGRESS: Precompiles CSS-in-JS objects to CSS strings
Stars: ✭ 71 (-10.13%)
Mutual labels:  css-in-js

React-based H5 features and component libraries

Collection of common functions and components for mobile H5 environment

Sorry, Doc Will Coming Soon...

Features

  • Based on react hooks and CSS IN JS
  • No css file dependencies
  • Adopt vw unit, adaptive mobile UI

Tested version of typescript: v4.1.3

Examples

examples are created using create react app and most of the features are available in demos

Install

yarn add clxx

npm install clxx

Usage

// Display a popup box that can replace the system window.alert

import { showAlert } from "clxx"; 
showAlert('Pop up box test');

Implemented functions

Display a pop-up box right in the middle of the screen

Rotation Announcement

Countdown

General dialog box

Indicator Indicator

Universal Loading

ScrollView scrolling container

showToast Light Tip

ImagePicker

...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].