react cyber elements
v1.0.2
+90 HUD CyberPunk元素。這是並且將永遠是免費的。
我們希望創建最大的Cyberpunk開源項目,以便您製作涼爽的東西。
感謝所有人的關心! ,您似乎喜歡我們的CyberPunk項目的想法,這是我們的未來目標!
演示:https://reeact-cyber-elements-demo.vercel.app/

歡迎使用React-Cyber元素,您只需CSS即可更改元素的顏色。
簡單用法:查看文檔和沙箱以獲取更多信息。
NPM
npm install react-cyber-elements
紗
yarn add react-cyber-elements

import { CyberEl1 } from 'react-cyber-elements'
export default function Home ( ) {
return (
< CyberEl1
style = { {
width : '100px' ,
height : '100px'
} }
className = "cyber-icon" />
)
} 您可以訪問每條路徑並更改中風並填充屬性。

. 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 ;
}