Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Add support for child components #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for child components #18

wants to merge 1 commit into from

Conversation

glan
Copy link

@glan glan commented Mar 5, 2015

Allows child components to be added to the end of the component.

<DateTimePicker>
  <DurationSelect/>
</DateTimePicker>

@chollier
Copy link
Member

chollier commented Mar 5, 2015

Hi @glan,

I'm not super inclined to have children passed to the picker. Why wouldn't you put the DurationSelect just after ?

<DateTimePicker /><DurationSelect />

@glan
Copy link
Author

glan commented Mar 5, 2015

@chollier It's because I'm wanting to share the same input-group. Since calendar button is of type input-group-addon it permits adding additional add ons such as input-group-btn.

@glan
Copy link
Author

glan commented Mar 5, 2015

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants