Skip to content

Abe90/paper-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Paper elements

paper-avatar

<style is="custom-style">
	paper-avatar.red {
		--paper-avatar-color: red;
	}
	paper-avatar.large {
		--paper-avatar-width: 60px;
	}
</style>
<paper-avatar label="Abe90"></paper-avatar>
<paper-avatar label="Abe90" src="https://avatars.githubusercontent.com/u/4205629"></paper-avatar>
<paper-avatar label="Abe90" two-chars></paper-avatar>
<paper-avatar label="Abe90" class="red"></paper-avatar>
<paper-avatar label="Abe90" class="large"></paper-avatar>
<paper-avatar label="Abe90" jdenticon></paper-avatar>

paper-checkbox-item

<paper-checkbox-item>Item example</paper-checkbox-item>
<paper-checkbox-item checked>Item checked</paper-checkbox-item>
<paper-checkbox-item disabled>Item disabled</paper-checkbox-item>

About

Collections of paper-elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published