• Stars
    star
    108
  • Rank 314,680 (Top 7 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Library with cyber punk icons / shapes.

react-cyber-elements

+90 HUD cyberpunk elements. this is and will always be free.

We want to create the biggest cyberpunk open-source project for you to make cool things.

Thanks to all for caring!, seems you like the idea of our cyberpunk project, this are our future goals!

Next steps:

  • +1.000 futuristics svg icons components for React, Vue, Svelte and Angular.
  • Add 200 more HUD elements to the currect 90 elements and make them also available to Vue, Svelte and Angular.
  • Wrapper and online storybook to make them easy to search and use in your app.
  • Create a fancy page where we show posibilities with our HUD elements, icons and others!
  • Make fancy assets for everyone (audio/web backgrounds/characters/etc)

Demo: https://react-cyber-elements-demo.vercel.app/

npm version license

Welcome to react-cyber-elements You can change the color of the elements with just css.

Simple usage: to Checkout the docs and sandbox for more info.

Install

npm

npm install react-cyber-elements 

yarn

yarn add react-cyber-elements 

Usage

import { CyberEl1 } from 'react-cyber-elements'

export default function Home() {
  return (
    <CyberEl1 
      style={{
        width: '100px',
        height: '100px'
      }}
    className="cyber-icon" />
  )
}

Changing colors

You can just get access to each path and change stroke and fill properties.

.cyber-icon path:nth-of-type(1) {
  fill: #d600ff !important;
  stroke: orange;
}

.cyber-icon path:nth-of-type(2) {
  fill: #00b8ff !important;
  stroke: orange;
}

.cyber-icon path:nth-of-type(3) {
  fill: yellow !important;
  stroke: orange;
}

.cyber-icon path:nth-of-type(4) {
  fill: #001eff !important;
  stroke: orange;
}

.cyber-icon path:nth-of-type(5) {
  fill: #bd00ff !important;
}

More Repositories

1

gta-v-legendary-motor-sport

Angular 6 project, app based on legendarymotors.com, it's an excellent project to learn good practices in angular 6.
TypeScript
12
star
2

rollup-react-starter-lib-ts

Template to create your own Typescript React library with Rollup.
JavaScript
11
star
3

ngx-skill-bar

Beautiful and simple skill/progress bars for Angular x
TypeScript
8
star
4

angular4-crud-node-mongoose-bootstrap4

This is a simple Clean Code CRUD, based in NodeJS&Mongoose/MongoDB(Server), Angular 4&Bootstrap 4(Frontend). Also iit has validation forms, services, routes and more.
TypeScript
8
star
5

mat-number-spinner

A better way to manage spinners extending angular material for angular 6.
TypeScript
8
star
6

api-network-monitor-react-node

React/Redux/Node/Bootstrap4. This project will help you to test your services when you have a lot of different inputs from different clients and you need to see which service is down or alive.
JavaScript
7
star
7

sse-react-nodejs

Server-Sent-Events Client(ReactJS) Server(Nodejs)
JavaScript
6
star
8

redux-pirate-search-example

Based in reactjs/redux, reactjs, server nodejs simple api rest with npm pirate bay. UI: Bootstrap 4
JavaScript
5
star
9

block-watcher-nextjs

Sample project with: NextJS + Typescript + ReduxToolKit + Tailwind + Ethers
TypeScript
4
star
10

orchestrator

A module for sequencing, executing and reversing promises
JavaScript
4
star
11

angular6SemanticVersion

angular 6 with semantic version
TypeScript
4
star
12

react-custom-product

React component providing customization for your product image.
TypeScript
4
star
13

simple-dependency-promise

A basic module for sequencing and executing functions and promises with their dependencies.
JavaScript
3
star
14

market-individual-data

a complete small project using Angular 5 / Material Design / Animations / NodeJS / Bittrex
TypeScript
3
star
15

uix-light-notifier

A basic message service and component for Angular 6 apps.
TypeScript
3
star
16

angular4-pirate-search-example

Based in Angular4, Services/Emitter, server nodejs simple api rest with npm pirate bay. UI: Bootstrap 4
TypeScript
3
star
17

NodeMath

Examples about Discrete Mathematics written in Node ECMAScript 6
JavaScript
3
star
18

market-summary-live-data

a complete small project using Angular 5 / MD / Socket.IO / NodeJS / Bittrex
TypeScript
3
star
19

AngularTestStyleGuide

Unit testing- best practices to test services, components, pipes and more with Jasmine and Karma, Angular 6 and RxJS 6
TypeScript
2
star
20

tinyDashboard

Just Angular 6 and Sass. a tiny dashboard for a faster start.
HTML
2
star
21

gto-lvl-circle

Beautiful and simple skill/progress circles based on svg for angular or vanilla javascript
TypeScript
2
star
22

testing-angular6-standardized-commit-

TypeScript
2
star
23

real-simple-angular-cart

test
JavaScript
2
star
24

portal-angular-example

2
star
25

angular-portal-microfrontend

an angular portal using meta-spa-routing and angular 6
JavaScript
2
star
26

live-tracker

Live progress bar - framework agnostic
JavaScript
1
star
27

ngx-bgrow-streaming-chart

Angular 6 library, beautiful streaming chart background for angular-material rows
TypeScript
1
star
28

discussit

TypeScript
1
star
29

mat-row-expander

an example to expand your angular material table
TypeScript
1
star
30

tsg-simulator

Troubleshooting Guidance Simulator - Engine
Java
1
star