IBM Carbon Design System

carbon + angular:

https://angular.carbondesignsystem.com/?path=/story/accordion--documentation

Add clarification for using ui-shell

配置 style.scss

$feature-flags: (
  components-x: true,
  ui-shell: true,
);
@import '~carbon-components/scss/globals/scss/styles.scss';

怎样在Angular中使用carbon-icons

这个link中有三种使用方式: https://github.com/carbon-design-system/carbon-icons/blob/master/docs/usage.md
我采用的是第三种Using SVG sprite from static assets (recommended)

需要安装svgxuse
npm i svgxuse

将carbon-icons.svg挪到assets目录(就是本项目指定的静态文件目录)下:


image.png

使用方法:

 <svg>
    <title>Add new users to your account</title>
    <use xlink:href="/carbon-icons.svg#icon--add--glyph"></use>
  </svg>
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • This project was bootstrapped with Create React App. Belo...
    unspecx阅读 5,283评论 0 2
  • mean to add the formatted="false" attribute?.[ 46% 47325/...
    ProZoom阅读 3,017评论 0 3
  • by Lene Nielsen The persona method has developed from bei...
    鲜核桃阅读 1,321评论 0 0
  • 正当我跟程美娴闲聊的时侯,杨冬雪下班后也从工厂那边急匆匆的赶过来。 由于我离开工厂时就给她打过电话,告诉了我这边发...
    塞外笛声阅读 246评论 0 3
  • 说起美这个字,大家都会很喜欢。 我比喜欢欣赏花花草草给我带来的美感。 清晰 自然唯美 平静 温柔迷人 春的桃花美丽...
    初美静静阅读 310评论 0 1

友情链接更多精彩内容