All Projects â†’ AKAspanion â†’ ui-glassmorphism

AKAspanion / ui-glassmorphism

Licence: other
📘 React component library on 'glassmorphism' UI/UX trend.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to ui-glassmorphism

Semantic Ui React
The official Semantic-UI-React integration
Stars: ✭ 12,561 (+62705%)
Mutual labels:  react-library, component-library
plugin-toolkit-react
Adobe XD plugin UI components for React
Stars: ✭ 30 (+50%)
Mutual labels:  component-library
react-simple-star-rating
A simple react component for adding a star rating to your project.
Stars: ✭ 74 (+270%)
Mutual labels:  react-library
cargo-react
A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components
Stars: ✭ 13 (-35%)
Mutual labels:  component-library
dorai-ui
Accessible, unstyled, open-sourced, and fully functional react component library for building design systems
Stars: ✭ 34 (+70%)
Mutual labels:  component-library
useCustomHooks
📦 npm package containing a set of custom hooks for your next React project.
Stars: ✭ 12 (-40%)
Mutual labels:  react-library
Different-UI
✨ A Vue.js 3 UI Library — a Toy
Stars: ✭ 62 (+210%)
Mutual labels:  component-library
tail-kit
React UI kit built using tailwindcss
Stars: ✭ 49 (+145%)
Mutual labels:  component-library
periqles
React form library for Relay and Apollo
Stars: ✭ 124 (+520%)
Mutual labels:  component-library
reaction-component-library
Example Storefront Component Library: A set of React components for the Example Storefront
Stars: ✭ 95 (+375%)
Mutual labels:  component-library
lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (+175%)
Mutual labels:  component-library
gatsby-starter-glass
A Minimal & Beautiful Gatsby Personal Blog Starter With Nice Glassmorphism UI
Stars: ✭ 134 (+570%)
Mutual labels:  glassmorphism
react-vtkjs-viewport
VTK.js image viewport component in React
Stars: ✭ 112 (+460%)
Mutual labels:  component-library
react
An implementation of GitHub's Primer Design System using React
Stars: ✭ 2,023 (+10015%)
Mutual labels:  component-library
pyrene
Open Systems Component Library
Stars: ✭ 17 (-15%)
Mutual labels:  component-library
ui-react
ui-react-docs.kibalabs.com/
Stars: ✭ 18 (-10%)
Mutual labels:  component-library
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (+745%)
Mutual labels:  component-library
fyndiq-ui
Library of reusable web frontend components for Fyndiq
Stars: ✭ 39 (+95%)
Mutual labels:  component-library
chatty-form
A highly theme-able and customisable form in the shape of a chat based interface for React.
Stars: ✭ 27 (+35%)
Mutual labels:  component-library
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (+25%)
Mutual labels:  component-library

ui-glassmorphism

React component library on "glassmorphism" UI/UX trend.

NPM JavaScript Style Guide

Install

npm install --save ui-glassmorphism

Usage

import React, { Component } from 'react'

import Card from 'ui-glassmorphism'
import 'ui-glassmorphism/dist/index.css'

class Example extends Component {
  render() {
    return <Card />
  }
}

License

MIT © AKAspanion

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].