-- 使用品牌原色 -->import { SiGithub } from'simple-icons-react';functionApp() {return<SiGithubcolor="#181717"size={24} />;}import*asSimpleIconsfrom'simple-icons';// 获取所有图标constallIcons=Object.values(SimpleIcons);Simple Icons凭借其简单易用、持续更新和强大的社区支持,成为了开发者首选...
React #61DAFB Java #007396 Tencent Weibo #20B8E5 Beats #005571 Elastic #005571 Elastic Cloud #005571 Elasticsearch #005571 Elastic Stack #005571 Kibana #005571 Logstash #005571 X-Pack #005571 Cassandra #1287B1 Periscope #40A4C4 AT&T #00A8E0 Kodi #17B2E7 Co-op...
📦 This package provides the Simple Icons packaged as a set of React components. - react-simple-icons/vite.config.mjs at main · icons-pack/react-simple-icons
import{SiReact}from'@icons-pack/react-simple-icons';functionBasicExample(){return<SiReactcolor='#61DAFB'size={24}/>;} Change title @icons-pack/react-simple-iconsprovides a default title referring to the component name Theelement provides an accessible, short-text description of any SVG contain...
了解 tldraw,这是一个库,用于在 React 中创建无限画布体验。它是数字白板 tldraw.com 背后的软件。项目作用 采用 TypeScript 编写,并利用 WebGL 和 SVG 渲染来实现流畅、高效的绘图体验。它提供了直观的 API,使开发人员能够轻松创建和管理复杂的对象,并支持实时协作。仓库描述 此存储库包含 tldraw 库、文档...
SVG icons for popular brands https://simpleicons.org. Latest version: 14.12.0, last published: 16 hours ago. Start using simple-icons in your project by running `npm i simple-icons`. There are 47 other projects in the npm registry using simple-icons.
Simple Line Icons font for react native vector icons. Latest version: 2.5.5, last published: 3 months ago. Start using @react-native-vector-icons/simple-line-icons in your project by running `npm i @react-native-vector-icons/simple-line-icons`. There are
React Icons are also available on React through a simple package created by@wootsbot, which you can findhere. Status 简介 SVG icons for popular brands | 流行品牌的SVG图标 暂无标签 https://simpleicons.org HTML等 3 种语言 CC0-1.0 保存更改 ...
The React Tabs or Tab bar has a good visual representation for segregating active tabs and inactive tabs. It has an enormous interaction area for navigation in mobile tab view. The tab headers can be icons, plain text, or both. The position of the icons can also be changed to the left,...
// 这里我封装了,其实就使用react-router-dom的Link import { Link } from './components' function App() { return ( <Link to="/">Home Page</Link> <Link to="/about">About Page</Link> <Router /> ) } export default App Enterhttp...