dioxus-tw-components 0.2.11

Components made for Dioxus
Documentation
1
2
3
4
5
6
7
8
9
10
11
.buttongroup {
	display: inline-flex;
	border: 2px solid var(--border);
	background-color: var(--bakcground);
	border-radius: var(--radius);
	overflow: hidden;
}

.buttongroup > :not(:last-child) {
	border-right: 2px solid var(--border);
}