Skip to content

Add design system support and animated drawer support - #18

Open
Eric Silverberg (esilverberg) wants to merge 1 commit into
mainfrom
design_system
Open

Add design system support and animated drawer support#18
Eric Silverberg (esilverberg) wants to merge 1 commit into
mainfrom
design_system

Conversation

@esilverberg

Copy link
Copy Markdown
Member

No description provided.

var body: some View {
OrgAutoSizingDrawer {
// Header: Tab Selection
Picker("View State", selection: animatedTabSelection) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we move this to a Mol?

.pickerStyle(.segmented)
.padding()
} content: {
VStack(alignment: .leading, spacing: 12) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing, this is probably a mol

}

public var body: some View {
VStack(spacing: 0) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is probably wrong and needs to be a scrollview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants